projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
020ea11
)
(calccost, cmgoto): Declare all args (per C99).
author
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:13:36 +0000
(14:13 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:13:36 +0000
(14:13 +0000)
src/cm.c
patch
|
blob
|
history
src/composite.c
patch
|
blob
|
history
diff --git
a/src/cm.c
b/src/cm.c
index 56a1160c5936c9a38b38d048cb9e176475d48207..4e8984493a72cc022f3f872fc391bd7287ac02ae 100644
(file)
--- a/
src/cm.c
+++ b/
src/cm.c
@@
-188,6
+188,7
@@
cmcostinit ()
static int
calccost (srcy, srcx, dsty, dstx, doit)
+ int srcy, srcx, dsty, dstx, doit;
{
register int deltay,
deltax,
@@
-323,6
+324,7
@@
losecursor ()
void
cmgoto (row, col)
+ int row, col;
{
int homecost,
crcost,
diff --git
a/src/composite.c
b/src/composite.c
index 99ffc1fb9083943170c262fd29d54710a295e729..56acce6d1ce0e297a5b7558f4db4b215c45d2d57 100644
(file)
--- a/
src/composite.c
+++ b/
src/composite.c
@@
-478,7
+478,7
@@
run_composition_function (from, to, prop)
void
update_compositions (from, to, check_mask)
- int from, to;
+ int from, to
, check_mask
;
{
Lisp_Object prop;
int start, end;